projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21064a4
)
inspector: Allow to bump scale to 3
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000
(16:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000
(16:40 -0500)
Might as well allow this, for 'large scale testing'.
gtk/inspector/visual.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.ui
b/gtk/inspector/visual.ui
index bb4ee906a60103e5498a9d901544b7d31280cd6c..27d0de116b3113795aee8ac811b037dfd6f4210f 100644
(file)
--- a/
gtk/inspector/visual.ui
+++ b/
gtk/inspector/visual.ui
@@
-2,7
+2,7
@@
<interface domain="gtk40">
<object class="GtkAdjustment" id="scale_adjustment">
<property name="lower">1</property>
- <property name="upper">
2
</property>
+ <property name="upper">
3
</property>
<property name="step-increment">1</property>
<property name="page-increment">1</property>
</object>